home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / emulation / fmsx_2.1 / arexx / slower.fmsx < prev    next >
Text File  |  1999-04-28  |  309b  |  18 lines

  1. /*    This is an ARexx script for use with fMSX Amiga.
  2.  
  3.     $VER: slower.fmsx 2.1 (23.3.99)
  4.  
  5.     This script changes the interruptperiod and refreshcycle parameters
  6.     so that fMSX runs a bit slower.
  7. */
  8.  
  9. options results
  10.  
  11. address FMSX.0
  12.  
  13. interruptperiod
  14. interruptperiod result + 300
  15.  
  16. refreshcycle
  17. refreshcycle result - 1
  18.